Remove uutils reference from usage
This commit is contained in:
parent
07e7c8c81f
commit
571247d2a7
|
@ -11,7 +11,7 @@ impl Command for Mktemp {
|
|||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
"Create temporary files or directories using uutils/coreutils mktemp."
|
||||
"Create temporary files or directories."
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
|
|
|
@ -21,7 +21,7 @@ impl Command for UCp {
|
|||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
"Copy files using uutils/coreutils cp."
|
||||
"Copy files."
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
|
@ -52,8 +52,8 @@ impl Command for UCp {
|
|||
"preserve",
|
||||
SyntaxShape::List(Box::new(SyntaxShape::String)),
|
||||
"preserve only the specified attributes (empty list means no attributes preserved)
|
||||
if not specified only mode is preserved
|
||||
possible values: mode, ownership (unix only), timestamps, context, link, links, xattr",
|
||||
if not specified only mode is preserved possible values: mode, ownership (unix only),
|
||||
timestamps, context, link, links, xattr",
|
||||
None
|
||||
)
|
||||
.switch("debug", "explain how a file is copied. Implies -v", None)
|
||||
|
|
|
@ -29,7 +29,7 @@ impl Command for UMkdir {
|
|||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
"Create directories, with intermediary directories if required using uutils/coreutils mkdir."
|
||||
"Create directories, with intermediary directories if required."
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
|
|
|
@ -15,7 +15,7 @@ impl Command for UMv {
|
|||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
"Move files or directories using uutils/coreutils mv."
|
||||
"Move or rename files."
|
||||
}
|
||||
|
||||
fn examples(&self) -> Vec<Example> {
|
||||
|
|
|
@ -9,7 +9,7 @@ impl Command for Whoami {
|
|||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
"Get the current username using uutils/coreutils whoami."
|
||||
"Get the current username."
|
||||
}
|
||||
|
||||
fn signature(&self) -> Signature {
|
||||
|
|
|
@ -16,7 +16,7 @@ impl Command for UName {
|
|||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
"Print certain system information using uutils/coreutils uname."
|
||||
"Print certain system information."
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
|
|
Loading…
Reference in New Issue
Block a user