Skip to content

Commit

Permalink
Merge pull request #373 from fbergkemper/dev/fbergkemper/master/cli-m…
Browse files Browse the repository at this point in the history
…inor-changes

core: reword how to cancel a command
  • Loading branch information
fbergkemper committed Dec 18, 2019
2 parents b32b8bc + 51a98f9 commit 7d6d408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/console/console.cc
Expand Up @@ -1124,7 +1124,7 @@ int main(int argc, char* argv[])

Dmsg0(40, "Opened connection with Director daemon\n");

ConsoleOutput(_("\nEnter a period to cancel a command.\n"));
ConsoleOutput(_("\nEnter a period (.) to cancel a command.\n"));

#if defined(HAVE_WIN32)
char* env = getenv("USERPROFILE");
Expand Down
2 changes: 1 addition & 1 deletion core/src/dird/ua_cmds.cc
Expand Up @@ -2734,7 +2734,7 @@ static bool help_cmd(UaContext* ua, const char* cmd)
ua->SendMsg(_("\nCan't find %s command.\n\n"), ua->argk[1]);
}
ua->send->Decoration(
_("\nWhen at a prompt, entering a period cancels the command.\n\n"));
_("\nWhen at a prompt, entering a period (.) cancels the command.\n\n"));

return true;
}
Expand Down

0 comments on commit 7d6d408

Please sign in to comment.