We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfbb74 commit 43b4bbeCopy full SHA for 43b4bbe
README.md
@@ -59,7 +59,7 @@ older linux distributions, like Ubuntu 9.x.
59
60
Edit specified file
61
62
- $ ./rmate [arguments] file-path
+ $ ./rmate [arguments] [--] file-path
63
64
Read text from stdin
65
rmate
@@ -97,7 +97,7 @@ force=false
97
# process command-line parameters
98
#
99
function showusage {
100
- echo "usage: $(basename $0) [arguments] file-path edit specified file
+ echo "usage: $(basename $0) [arguments] [--] file-path edit specified file
101
or: $(basename $0) [arguments] - read text from stdin
102
103
-H, --host HOST Connect to HOST. Use 'auto' to detect the host from
0 commit comments