parent
b868561951
commit
e2f47ecdeb
84 changed files with 1084 additions and 1052 deletions
2
lib/env/env.go
vendored
2
lib/env/env.go
vendored
|
@ -9,7 +9,7 @@ import (
|
|||
)
|
||||
|
||||
// ShellExpandHelp describes what ShellExpand does for inclusion into help
|
||||
const ShellExpandHelp = "\n\nLeading `~` will be expanded in the file name as will environment variables such as `${RCLONE_CONFIG_DIR}`.\n"
|
||||
const ShellExpandHelp = "\n\nLeading `~` will be expanded in the file name as will environment variables such as `${RCLONE_CONFIG_DIR}`."
|
||||
|
||||
// ShellExpand replaces a leading "~" with the home directory" and
|
||||
// expands all environment variables afterwards.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue