mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
uptime: add two empty lines
This commit is contained in:
parent
f6d19fab79
commit
876f941e8e
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ const ABOUT: &str = concat!(
|
|||
const ABOUT: &str = help_about!("uptime.md");
|
||||
|
||||
const USAGE: &str = help_usage!("uptime.md");
|
||||
|
||||
pub mod options {
|
||||
pub static SINCE: &str = "since";
|
||||
pub static PATH: &str = "path";
|
||||
|
@ -54,6 +55,7 @@ pub enum UptimeError {
|
|||
#[error("extra operand '{0}'")]
|
||||
ExtraOperandError(String),
|
||||
}
|
||||
|
||||
impl UError for UptimeError {
|
||||
fn code(&self) -> i32 {
|
||||
1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue