mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
uptime: add two empty lines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user