summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-03-05 02:09:29 -0500
committerGitHub <noreply@github.com>2020-03-05 02:09:29 -0500
commit188858fedda635734bb1906c179103a3abf7eaee (patch)
treeef5e63efaa86ff5cb11b2349ed5c2f548f89f7a6 /Cargo.toml
parentd018c6ee886d93203021f97ec184be8a4929e697 (diff)
Formatting and typos (#63)
* Fix typo and run rustfmt. * Also add rustfmt check to travis... this might be temporary. * Add a bit on default config files being created in the debian extended description. * Add rustup component add to travis. * Disable rustfmt for now, seems to play weird on windows builds. * Remove unneccesary deprecate ignore.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a8b183a1..10164f78 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,5 +55,6 @@ assets = [
]
extended-description = """\
By default, bottom will look for a config file in ~/.config/bottom/bottom.toml.
-If one is not specified it will fall back to defaults.
+If one is not specified it will fall back to defaults. If a config file does not
+exist at the specified or default location, a blank one will be created for the user.
"""