Server: typos in documentation

pull/437/head
Tpt 2 years ago committed by Thomas Tanon
parent cdf76307d9
commit f9c58602a0
  1. 4
      server/src/main.rs

@ -95,7 +95,7 @@ enum Command {
///
/// If you want to move your data to another RDF storage system, you should use the dump operation instead.
Backup {
/// Directory to backup to.
/// Directory in which the backup will be written.
#[arg(short, long)]
destination: PathBuf,
},
@ -195,7 +195,7 @@ enum Command {
/// Optimizes the database storage.
///
/// Done by default in the background when serving requests.
/// It is likely to not be useful in most of cases except if you provide a read-only SPARQL endpoint under heavy oad.
/// It is likely to not be useful in most of cases except if you provide a read-only SPARQL endpoint under heavy load.
Optimize {},
}

Loading…
Cancel
Save