diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 8b9d95b..54882df 100644 --- a/src/common.h +++ b/src/common.h @@ -11,6 +11,7 @@ #define USER_AGENT NAME "/" VERSION +#define USAGE_STR "Usage: " NAME struct MemoryStruct { uint8_t* memory; |