diff --git a/collects/scribblings/raco/link.scrbl b/collects/scribblings/raco/link.scrbl index 452471e6f6..b257527170 100644 --- a/collects/scribblings/raco/link.scrbl +++ b/collects/scribblings/raco/link.scrbl @@ -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}, diff --git a/collects/setup/commands/link.rkt b/collects/setup/commands/link.rkt index 0fc453197b..28c06bbefa 100644 --- a/collects/setup/commands/link.rkt +++ b/collects/setup/commands/link.rkt @@ -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)]