diff options
| -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 048b74c..a91fb4f 100644 --- a/src/commands.c +++ b/src/commands.c | |||
| @@ -611,7 +611,7 @@ help_exec(CommandArgs *args) | |||
| 611 | " system (such as Linux or MacOS) or in pdf and html" | 611 | " system (such as Linux or MacOS) or in pdf and html" |
| 612 | " format in the docs folder.\n" | 612 | " format in the docs folder.\n" |
| 613 | "Nissy is available for free at " | 613 | "Nissy is available for free at " |
| 614 | "https://github.com/sebastianotronto/nissy\n" | 614 | "https://nissy.tronto.net\n" |
| 615 | ); | 615 | ); |
| 616 | } else { | 616 | } else { |
| 617 | printf("Command %s: %s\nusage: %s\n", args->command->name, | 617 | printf("Command %s: %s\nusage: %s\n", args->command->name, |
