diff options
Diffstat (limited to '')
-rw-r--r-- | src/gistatic.c | 12 | ||||
-rw-r--r-- | src/gistatic.msg | 12 |
2 files changed, 8 insertions, 16 deletions
diff --git a/src/gistatic.c b/src/gistatic.c index 0a65b6c..8f067b7 100644 --- a/src/gistatic.c +++ b/src/gistatic.c @@ -50,12 +50,10 @@ static nl_catd catalog_descriptor = NULL; #define MSG_THEAD_AUTHOR 18 #define MSG_THEAD_DATE 19 #define MSG_THEAD_TAG 20 -#define MSG_THEAD_DOWNLOAD 21 -#define MSG_MISSING_URL 22 -#define MSG_MISSING_ARGS 23 -#define MSG_INCOMPATIBLE_OPTIONS 24 -#define MSG_ERR_NONDIRECT_REF 25 -#define MSG_INDEX_DESCRIPTION 26 +#define MSG_MISSING_URL 21 +#define MSG_MISSING_ARGS 22 +#define MSG_INCOMPATIBLE_OPTIONS 23 +#define MSG_INDEX_DESCRIPTION 24 static const char *const MSGS[] = { "", @@ -94,11 +92,9 @@ static const char *const MSGS[] = { [MSG_THEAD_AUTHOR]="Author", [MSG_THEAD_DATE]="Date", [MSG_THEAD_TAG]="Tag", - [MSG_THEAD_DOWNLOAD]="Download", [MSG_MISSING_URL]="Missing '-u CLONE_URL'", [MSG_MISSING_ARGS]="Missing [PATH | [PATHS]]", [MSG_INCOMPATIBLE_OPTIONS]="Incompatible options -u and -i", - [MSG_ERR_NONDIRECT_REF]="Git reference is not direct", [MSG_INDEX_DESCRIPTION]="Index of repositories", NULL }; diff --git a/src/gistatic.msg b/src/gistatic.msg index 2647e1e..84fc327 100644 --- a/src/gistatic.msg +++ b/src/gistatic.msg @@ -51,15 +51,11 @@ See "man gistatic" for more information. 20 Tag -21 Download +21 Missing '-u CLONE_URL' -22 Missing '-u CLONE_URL' +22 Missing [PATH | [PATHS]] -23 Missing [PATH | [PATHS]] +23 Incompatible options -u and -i -24 Incompatible options -u and -i - -25 Git reference is not direct - -26 Index of repositories +24 Index of repositories |