diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-27 16:24:22 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-27 16:24:22 -0500 |
| commit | b0892ba48c5eae7e8e0cca5f269d7b81e19b71ac (patch) | |
| tree | bf5b1047bc6fc1b9804a219a2159db77ab2418bd /src/alfusage.c | |
| parent | a5e791a9a6c36dab74e10c648403b0538f7e6fb5 (diff) | |
| download | alftools-b0892ba48c5eae7e8e0cca5f269d7b81e19b71ac.tar.gz | |
Generate alf usage from rst.
Diffstat (limited to 'src/alfusage.c')
| -rw-r--r-- | src/alfusage.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/alfusage.c b/src/alfusage.c new file mode 100644 index 0000000..c8f973d --- /dev/null +++ b/src/alfusage.c @@ -0,0 +1,5 @@ +const char *usage_msg[] = { + " -a: append to alf file.", + " -o: overwrite alf file if exists (do not create file~ backup).", + (const char*)0 +}; |
