change -s `raco link' flag to -l
This commit is contained in:
parent
2dbaa45e1b
commit
96098e678c
|
@ -42,7 +42,7 @@ Full command-line options:
|
|||
|
||||
@itemlist[
|
||||
|
||||
@item{@Flag{s} or @DFlag{show} --- Shows the current link table. If
|
||||
@item{@Flag{l} or @DFlag{list} --- Shows the current link table. If
|
||||
any other command-line arguments are provided that modify the
|
||||
link table, the table is shown after modifications. If no
|
||||
directory arguments are provided, and if none of @Flag{r},
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
(command-line
|
||||
#:program (short-program+command-name)
|
||||
#:once-each
|
||||
[("-s" "--show") "Show the link table (after changes)"
|
||||
[("-l" "--list") "Show the link table (after changes)"
|
||||
(show-mode #t)]
|
||||
[("-n" "--name") name "Set the collection name (for a single directory)"
|
||||
(link-name name)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user