Skip to content

Commit

Permalink
fix: help message
Browse files Browse the repository at this point in the history
  • Loading branch information
leoadonia committed Oct 15, 2024
1 parent 8a7fff7 commit 0c48f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/ten_manager/src/cmd/cmd_check/cmd_check_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub struct CheckGraphCommand {
pub fn create_sub_cmd(_args_cfg: &crate::cmd_line::ArgsCfg) -> Command {
Command::new("graph")
.about(
"Check the predefined graph or start_graph cmd for the primary
"Check the predefined graph or start_graph cmd for the primary \
app. For more detailed usage, run 'graph -h'",
)
.arg(
Expand Down

0 comments on commit 0c48f92

Please sign in to comment.