mirror of
https://github.com/veeso/termscp.git
synced 2025-12-06 17:15:35 -08:00
fix: correct help text for update subcommand (#259)
This commit is contained in:
@@ -76,7 +76,7 @@ pub enum ArgsSubcommands {
|
||||
pub struct ConfigArgs {}
|
||||
|
||||
#[derive(FromArgs)]
|
||||
/// import the specified theme
|
||||
/// update termscp to the latest version
|
||||
#[argh(subcommand, name = "update")]
|
||||
pub struct UpdateArgs {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user