Update description and build step

This commit is contained in:
IndyV 2022-11-04 10:35:00 +01:00
parent 4ec0b9ca7d
commit a4907e5220
3 changed files with 2 additions and 4 deletions

View File

@ -8,7 +8,7 @@ A Rusty program that provides ShareX utility commands.
Usage: sharextended.exe [COMMAND]
Commands:
purge-online Deletes all images that are on Imgur
purge-online Delete all screenshots that have been uploaded to Imgur
help Print this message or the help of the given subcommand(s)
Options:

View File

@ -1,5 +1,3 @@
use winres;
fn main() {
if cfg!(target_os = "windows") {
let mut res = winres::WindowsResource::new();

View File

@ -19,7 +19,7 @@ pub struct Args {
#[derive(clap::Subcommand, Clone, Debug)]
pub enum Command {
#[clap(about = "Deletes all images that are hosted on Imgur")]
#[clap(about = "Delete all screenshots that have been uploaded to Imgur")]
PurgeOnline {
#[clap(short, long)]
path: Option<PathBuf>,