aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-06-02 22:51:23 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-06-02 22:51:23 +0200
commit072c52f9a54144bc9a58cf2855d5b582f8ba7a1a (patch)
tree66e5dff7469e4a5ca7eba4f249ed42374e6685a6
parent2feaa43610b63c190762ad4b233ad648e30636d6 (diff)
downloadnissy-072c52f9a54144bc9a58cf2855d5b582f8ba7a1a.tar.gz
nissy-072c52f9a54144bc9a58cf2855d5b582f8ba7a1a.zip
Changed website link in help commands
-rw-r--r--src/commands.c2
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,

Generated with cgit - Back to sebastiano.tronto.net