Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 8ae6418

Browse files
docs: s/subcommand/command/ to match generated --help
1 parent 24f8256 commit 8ae6418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use git_glimpse::{git_config, list_branches_cmd, run, show_graph, stdout_lines};
66

77
/// Show a minimal graph of Git commits for various use cases.
88
///
9-
/// When no arguments are specified, this commands runs as if the `stack` subcommand was invoked
9+
/// When no arguments are specified, this commands runs as if the `stack` command was invoked
1010
/// with no arguments.
1111
#[derive(Debug, Parser)]
1212
struct Args {

0 commit comments

Comments
 (0)