Skip to content

Commit

Permalink
Update workspace_cmd.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsuwaa authored Jan 31, 2025
1 parent 9b16b67 commit 768f937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/workspace_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::workspaces::{self, Workspace};

#[derive(Debug, Parser)]
pub struct Args {
/// Delete a workspaceb
/// Delete a workspace
#[arg(long = "delete", group = "action")]
delete: bool,
/// Show disk usage of workspace
Expand Down

0 comments on commit 768f937

Please sign in to comment.