Skip to content

Commit dda0b66

Browse files
committed
代码简单整理,准备交作业
1 parent f0b0a7f commit dda0b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub enum SubCommand {
3131
Text(TextSubCommand),
3232
#[command(subcommand, about = "HTTP server")]
3333
Http(HttpSubCommand),
34-
#[command(subcommand, about = "jwt")]
34+
#[command(subcommand, about = "create jwt, verify jwt")]
3535
Jwt(JwtSubCommand),
3636
}
3737

0 commit comments

Comments
 (0)