Skip to content

Commit 500489d

Browse files
committed
Fix: minor style changes in lisp/help files
1 parent 0d4daf4 commit 500489d

File tree

26 files changed

+62
-64
lines changed

26 files changed

+62
-64
lines changed

lisp/help/core/analyze

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2-
💡 You need to specify file(s) you want to Eask checker to check
1+
2+
💡 You need to specify file(s) you want Eask checker to check
33

44
$ eask analyze FILE-1 FILE-2

lisp/help/core/concat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
💡 You would need to specify the [names..] in order to make concatenation!
2+
💡 You need to specify the file [names..] in order to concatenate!
33

44
$ eask concat [names..]

lisp/help/core/docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
💡 You would need to specify the [names..] in order to build documentation!
2+
💡 You need to specify the file [names..] in order to build documentation!
33

44
$ eask docs [names..]

lisp/help/core/eval

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
💡 You would need to specify the [form] in order to make execution!
2+
💡 You need to specify the [form] to evaluate!
33

44
$ eask eval [form]

lisp/help/core/exec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
💡 You would need to specify the program name in order to make execution!
3-
2+
💡 You need to specify the program name to execute!
3+
44
$ eask exec <program> [options..]

lisp/help/core/info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
💡 You need Eask-file to show information about the config/package, to create one:
2+
💡 You need an Eask-file to show information about the config/package; to create one:
33

44
$ eask init
55

lisp/help/core/install-deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
💡 You can add dependencies by using specifier [depends-on]
2+
💡 You can add dependencies by using the specifier [depends-on]
33

44
[+] (depends-on "PKG-SPEC")

lisp/help/core/recipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
💡 Please specify URL: in your main package file
2+
💡 Please specify URL in your main package file:
33

44
[+] ;; URL: https://example.com/your/repo/url
55

lisp/help/core/reinstall

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
2-
💡 Make sure you have specify a (package-file ..) directive inside your Eask file!
3-
1+
2+
💡 Make sure you have specified a (package-file ..) directive inside your Eask file!
3+
44
[+] (package-file "PKG-MAIN.el")
5-
5+
66
💡 Or specify package names as arguments
7-
7+
88
$ eask reinstall PKG-1 PKG-2
9-
10-
💡 You would need to first install packages before reinstalling!
9+
10+
💡 You first need to install packages before reinstalling!
1111

1212
Try the command:
1313

lisp/help/core/search

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
💡 You would need to specify queries to do search operations
2+
💡 You need to specify queries to search for
33

44
$ eask search QUERY-1 QUERY-2 ..

0 commit comments

Comments
 (0)