aboutsummaryrefslogtreecommitdiff
path: root/src/help.c
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-05-31 10:08:39 +0000
committerdacctal <dacctal@symlinx.net>2026-05-31 10:08:39 +0000
commit7238b079d9b1f40bd2879780444db638e50d1ed8 (patch)
tree7cfe6fde05600278bfc8b6a4cea4b78c5c799eb9 /src/help.c
parentb29c1be80fa33e5aeb7ef27c37c1706189aef3df (diff)
modified help command
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.c b/src/help.c
index 731b8f2..e3e1e43 100644
--- a/src/help.c
+++ b/src/help.c
@@ -18,7 +18,7 @@ void help() {
printf("\n");
printf(" pkgit\n");
printf(" %s%s- package it! -%s\n", italic, gray, color_reset);
- printf(" %sgizmodic_version_%s%s\n", magenta, version, color_reset);
+ printf(" %sgizver_%s%s\n", magenta, version, color_reset);
printf("\n");
printf("%ssubcommands%s:\n", red, color_reset);
printf("%s...... %sa%s, %sadd %s[url, file] %s# add a repo/repopkg\n", color_reset, green, color_reset, yellow, blue, gray);