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