mirror of
https://github.com/louisrubet/rpn
synced 2024-11-16 07:47:26 +01:00
Merge pull request #248 from louisrubet/#195/Correct-version-printing
Correct version printing
This commit is contained in:
commit
05f233f918
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ static const char _description[] =
|
|||
|
||||
static const char _syntax[] = ATTR_BOLD "Syntax" ATTR_OFF ": rpn [command]\nwith optional command = list of commands";
|
||||
|
||||
static const char _uname[] = ATTR_BOLD "rpn v" RPN_VERSION ", (c) 2022 <louis@rubet.fr>" ATTR_OFF;
|
||||
static const char _uname[] = ATTR_BOLD "rpn " RPN_VERSION ", (c) 2022 <louis@rubet.fr>" ATTR_OFF;
|
||||
|
||||
/// @brief nop keyword implementation
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue