diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-23 19:01:33 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-23 19:01:33 +0100 |
| commit | 4fb970ad4e7d0558f7bf32dbad2333dbf3cb3ab4 (patch) | |
| tree | f8cf70973ed3fb78816e89bd9034c983b68b6062 /src/commands.c | |
| parent | 4dddac9e257433a8e2f5f763d91470a7e05ff680 (diff) | |
| download | nissy-4fb970ad4e7d0558f7bf32dbad2333dbf3cb3ab4.tar.gz nissy-4fb970ad4e7d0558f7bf32dbad2333dbf3cb3ab4.zip | |
Fixes for yesterday's commit
Diffstat (limited to '')
| -rw-r--r-- | src/commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.c b/src/commands.c index 9a2ad51..01671ee 100644 --- a/src/commands.c +++ b/src/commands.c | |||
| @@ -322,7 +322,7 @@ help_exec(CommandArgs *args) | |||
| 322 | "available commands.\n" | 322 | "available commands.\n" |
| 323 | "See the manual page for more details. The manual" | 323 | "See the manual page for more details. The manual" |
| 324 | " page is available with \"man nissy\" on a UNIX" | 324 | " page is available with \"man nissy\" on a UNIX" |
| 325 | " system (such a Linux or MacOS) or in pdf and html" | 325 | " system (such as Linux or MacOS) or in pdf and html" |
| 326 | " format in the docs folder.\n" | 326 | " format in the docs folder.\n" |
| 327 | "Nissy is available for free at " | 327 | "Nissy is available for free at " |
| 328 | "https://github.com/sebastianotronto/nissy\n" | 328 | "https://github.com/sebastianotronto/nissy\n" |
