diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-22 20:24:53 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-23 05:09:09 +0100 |
commit | 50786325cd1ddecfcc968635a8f17700eecbbb9c (patch) | |
tree | 2367d381927284eb8b602cc0a37a11cd66cff8f1 /gnu/packages/shells.scm | |
parent | 66e86f268100c92dd0b275a04258b844a351bdae (diff) | |
download | patches-50786325cd1ddecfcc968635a8f17700eecbbb9c.tar patches-50786325cd1ddecfcc968635a8f17700eecbbb9c.tar.gz |
gnu: fish: Mark up description.
* gnu/packages/shells.scm (fish)[description]: Use @command{}.
Diffstat (limited to 'gnu/packages/shells.scm')
-rw-r--r-- | gnu/packages/shells.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index cd7d6e1542..590b2c741d 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -139,10 +139,10 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).") discoverability, and friendliness. Fish has very user-friendly and powerful tab-completion, including descriptions of every completion, completion of strings with wildcards, and many completions for specific commands. It also -has extensive and discoverable help. A special help command gives access to -all the fish documentation in your web browser. Other features include smart -terminal handling based on terminfo, an easy to search history, and syntax -highlighting.") +has extensive and discoverable help. A special @command{help} command gives +access to all the fish documentation in your web browser. Other features +include smart terminal handling based on terminfo, an easy to search history, +and syntax highlighting.") (home-page "https://fishshell.com/") (license gpl2))) |