Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Hiltunen <shiltunen@gitlab.com>2023-08-21 13:39:46 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2023-08-21 13:39:46 +0300
commit7829fac39986bed48b1dc95603561afed578a91b (patch)
tree725017152b87206d98856d5f88dc78328613fbb8
parent40209f1e42d9d170b021c6e4d103c31a71832dd9 (diff)
parent7a7e7c20e86a93ff0afefdf08ebfc364dc3de98e (diff)
Merge branch 'eread/fix-grammar-for-list_untracked_repositories-subcommand-help-text' into 'master'
Fix grammar for list-untracked-repositories-subcommand help text See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6239 Merged-by: Sami Hiltunen <shiltunen@gitlab.com> Approved-by: Sami Hiltunen <shiltunen@gitlab.com> Co-authored-by: Evan Read <eread@gitlab.com>
-rw-r--r--internal/cli/praefect/subcmd_list_untracked_repositories.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cli/praefect/subcmd_list_untracked_repositories.go b/internal/cli/praefect/subcmd_list_untracked_repositories.go
index 065a6cc91..5a0ee8fba 100644
--- a/internal/cli/praefect/subcmd_list_untracked_repositories.go
+++ b/internal/cli/praefect/subcmd_list_untracked_repositories.go
@@ -29,7 +29,7 @@ By default, does not list untracked repositories that are newer than 6 hours.
Returns:
-- Details untracked repositories to stdout, including the repository's relative path, physical storage
+- Details of untracked repositories to stdout, including the repository's relative path, physical storage
name, and virtual storage name.
- All errors and log messages to stderr. The output is produced as new data appears. The command doesn't wait to
to complete processing before producing a result.