Skip to content

Commit 62273d8

Browse files
authored
Fix typo in but status command documentation
1 parent 853a29b commit 62273d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/but/src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub struct Args {
1818
pub enum Subcommands {
1919
/// Provides an overview of the Workspace commit graph.
2020
Log,
21-
/// Overview of the oncommitted changes in the repository.
21+
/// Overview of the uncommitted changes in the repository.
2222
Status {
2323
/// Determines whether the committed files should be shown as well.
2424
#[clap(short = 'f', alias = "files", default_value_t = false)]

0 commit comments

Comments
 (0)