diff options
Diffstat (limited to 'src/poem/anthology/export.rs')
-rw-r--r-- | src/poem/anthology/export.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/poem/anthology/export.rs b/src/poem/anthology/export.rs index 35a24ae..4c8e46d 100644 --- a/src/poem/anthology/export.rs +++ b/src/poem/anthology/export.rs @@ -5,8 +5,8 @@ use std::process::{ExitStatus, Output}; /// export /// -/// The builtin `export` command. Used to set global environment variables for -/// the current instance of the shell. +/// The builtin `export` command. Used to set global environment +/// variables for the current instance of the shell. /// /// # Aliases /// * export |