diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-28 20:10:05 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-28 20:10:05 +0000 |
| commit | bfddd2a02dfc9e0eb0d45495afb92f0294348fd3 (patch) | |
| tree | 70d44f3f5a395951f25e42a973ea2fc42c6fa6cb /src/help.c | |
| parent | 30e1669b072e9e4f9361689d67c3513829c4c5e9 (diff) | |
gizmodic update
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(" %sv%s%s\n", magenta, version, color_reset); + printf(" %sgizmodic_version_%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); |
