diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-08-10 10:32:33 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-08-10 10:32:33 +0300 |
commit | 2d9c1f271b67c2f4553d814b27eb79e5bf6c691e (patch) | |
tree | c39f02fa662f966e87caf987a95d4aa4ff1ca657 /gitstatus/src/options.cc | |
parent | 717f9a1881c1bd179658951b8628f1b395c1cb11 (diff) | |
parent | 22cb2f79ddb89a368dd823e815fa1b0587ff1b6a (diff) |
Merge commit '22cb2f79ddb89a368dd823e815fa1b0587ff1b6a'
Diffstat (limited to 'gitstatus/src/options.cc')
-rw-r--r-- | gitstatus/src/options.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gitstatus/src/options.cc b/gitstatus/src/options.cc index 46f3845c..b7abe5db 100644 --- a/gitstatus/src/options.cc +++ b/gitstatus/src/options.cc @@ -61,7 +61,7 @@ size_t ParseSizeT(const char* s) { void PrintUsage() { std::cout << "Usage: gitstatusd [OPTION]...\n" - << "Print machine-readable status of the git repos for directores in stdin.\n" + << "Print machine-readable status of the git repos for directories in stdin.\n" << "\n" << "OPTIONS\n" << " -l, --lock-fd=NUM [default=-1]\n" @@ -78,7 +78,7 @@ void PrintUsage() { << " maximum performance.\n" << "\n" << " -v, --log-level=STR [default=INFO]\n" - << " Don't write entires to log whose log level is below this. Log levels in\n" + << " Don't write entries to log whose log level is below this. Log levels in\n" << " increasing order: DEBUG, INFO, WARN, ERROR, FATAL.\n" << "\n" << " -r, --repo-ttl-seconds=NUM [default=3600]\n" @@ -141,7 +141,7 @@ void PrintUsage() { << "\n" << " 1. Request ID. Any string. Can be empty.\n" << " 2. Path to the directory for which git stats are being requested.\n" - << " If the first character is ':', it is removed and the remaning path\n" + << " If the first character is ':', it is removed and the remaining path\n" << " is treated as GIT_DIR.\n" << " 3. (Optional) '1' to disable computation of anything that requires reading\n" << " git index; '0' for the default behavior of computing everything.\n" |