diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-31 10:08:39 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-31 10:08:39 +0000 |
| commit | 7238b079d9b1f40bd2879780444db638e50d1ed8 (patch) | |
| tree | 7cfe6fde05600278bfc8b6a4cea4b78c5c799eb9 /src/help.c | |
| parent | b29c1be80fa33e5aeb7ef27c37c1706189aef3df (diff) | |
modified help command
Diffstat (limited to 'src/help.c')
| -rw-r--r-- | src/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
