diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-08 14:41:36 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-08 14:41:36 +0100 |
commit | 3c37c9285116a96cac02147b7b3618a5e63eb2c2 (patch) | |
tree | 160d4c12a06c80ed0fdf4227fd2fa9b4a3706e86 /gnu/packages/shells.scm | |
parent | 0a54ba43531419d2470d91c6ae94047cc516c3ab (diff) |
gnu: nushell: Improve synopsis.
* gnu/packages/shells.scm (nushell)[synopsis]: Improve wording.
Diffstat (limited to 'gnu/packages/shells.scm')
-rw-r--r-- | gnu/packages/shells.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 9756a185fe..1cdb5ba5b2 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -1000,7 +1000,7 @@ files and text.") openssl zlib)) (home-page "https://www.nushell.sh") - (synopsis "Shell that understands the structure of the data") + (synopsis "Shell with a structured approach to the command line") (description "Nu draws inspiration from projects like PowerShell, functional programming languages, and modern CLI tools. Rather than thinking of files |