From 8bed1ace432b62084ceb830a1c233609a4db49e1 Mon Sep 17 00:00:00 2001 From: Phynix Date: Tue, 17 Mar 2020 14:05:07 -0500 Subject: [PATCH] Fixed typo of Aaru to aaru in command examples in files L to V --- 5.0/List-files.md | 4 ++-- 5.0/List-filesystem-options.md | 4 ++-- 5.0/List-image-options.md | 4 ++-- 5.0/List-supported-devices.md | 4 ++-- 5.0/List-supported-encodings.md | 4 ++-- 5.0/List-supported-formats.md | 4 ++-- 5.0/List-supported-namespaces.md | 4 ++-- 5.0/Reporting-physical-device-capabilities.md | Bin 3888 -> 3888 bytes 5.0/Show-statistics.md | 4 ++-- 5.0/Testing-connection-to-remote-server.md | 4 ++-- 5.0/Update-database.md | 4 ++-- 5.0/Verifying-media-dump-integrity.md | 4 ++-- 12 files changed, 22 insertions(+), 22 deletions(-) diff --git a/5.0/List-files.md b/5.0/List-files.md index 2d98a6b..25b946e 100644 --- a/5.0/List-files.md +++ b/5.0/List-files.md @@ -2,7 +2,7 @@ This operation will analyze and find all filesystems in a media dump and list all the files that are contained in [[Filesystems-recognized-by-Aaru.md|supported filesystems]]. ## Command usage -```Aaru -d [true/false] -v [true/false] filesystem list -h [true/false] -e [encoding] -l [true/false]``` +```aaru -d [true/false] -v [true/false] filesystem list -h [true/false] -e [encoding] -l [true/false]``` ```-d, --debug [true/false]```shows debug output *(default false)* @@ -15,7 +15,7 @@ This operation will analyze and find all filesystems in a media dump and list al ```-l, --long [true/false]``` uses a long listing format, showing sizes and extended attributes *(default false)* ## Example -```Aaru filesystem list -l -e x-mac-icelandic mydisc.cue``` +```aaru filesystem list -l -e x-mac-icelandic mydisc.cue``` ## Operating system support |FreeBSD|macOS|Linux|Windows| diff --git a/5.0/List-filesystem-options.md b/5.0/List-filesystem-options.md index 2b2f1cc..132b04c 100644 --- a/5.0/List-filesystem-options.md +++ b/5.0/List-filesystem-options.md @@ -3,7 +3,7 @@ Lists all options supported by read-only filesystems. ## Command usage -```Aaru -d [true/false] -v [true/false] filesystem options -h [true/false]``` +```aaru -d [true/false] -v [true/false] filesystem options -h [true/false]``` ```-d, --debug [true/false]``` shows debug output *(default false)* @@ -13,7 +13,7 @@ Lists all options supported by read-only filesystems. ## Example -```Aaru filesystem options``` +```aaru filesystem options``` ## Operating system support |FreeBSD|macOS|Linux|Windows| diff --git a/5.0/List-image-options.md b/5.0/List-image-options.md index 420e8f2..d6b3d90 100644 --- a/5.0/List-image-options.md +++ b/5.0/List-image-options.md @@ -2,7 +2,7 @@ Lists all options supported by writable media images. ## Command usage -```Aaru -d [true/false] -v [true/false] image options -h [true/false]``` +```aaru -d [true/false] -v [true/false] image options -h [true/false]``` ```-d, --debug [true/false]``` shows debug output *(default false)* @@ -12,7 +12,7 @@ ## Example -```Aaru image options``` +```aaru image options``` ## Operating system support |FreeBSD|macOS|Linux|Windows| diff --git a/5.0/List-supported-devices.md b/5.0/List-supported-devices.md index bb937b8..4b1139b 100644 --- a/5.0/List-supported-devices.md +++ b/5.0/List-supported-devices.md @@ -2,7 +2,7 @@ This operation will show all known attached devices on your system and if they are supported for device dependent operations. ## Command usage -```Aaru -d [true/false] -v [true/false] device list -h [true/false] ``` +```aaru -d [true/false] -v [true/false] device list -h [true/false] ``` ```-d, --debug [true/false]``` shows debug output *(default false)* @@ -13,7 +13,7 @@ This operation will show all known attached devices on your system and if they a `````` connects to an Aaru Remote Host with ```aaru:///``` ## Example -```Aaru device list aaru:///``` +```aaru device list aaru:///``` ## Operating system support diff --git a/5.0/List-supported-encodings.md b/5.0/List-supported-encodings.md index b5a381f..b5e54e8 100644 --- a/5.0/List-supported-encodings.md +++ b/5.0/List-supported-encodings.md @@ -2,7 +2,7 @@ This operation will list all your character set encodings supported in your environment. This list depends on libraries installed on your system, so if an encoding is available in one environment there are no guarantees it will be available in another one. ## Command usage -```Aaru -d [true/false] -v [true/false] list-encodings -h [true/false]``` +```aaru -d [true/false] -v [true/false] list-encodings -h [true/false]``` ```-d, --debug [true/false]``` shows debug output *(default false)* @@ -12,7 +12,7 @@ This operation will list all your character set encodings supported in your envi ## Example -```Aaru list-encodings``` +```aaru list-encodings``` ## Operating system support |FreeBSD|macOS|Linux|Windows| diff --git a/5.0/List-supported-formats.md b/5.0/List-supported-formats.md index 9ec9806..4554508 100644 --- a/5.0/List-supported-formats.md +++ b/5.0/List-supported-formats.md @@ -2,7 +2,7 @@ This operation will list all filters, dump media formats, partitioning schemes and filesystems supported by your version of Aaru. ## Command usage -```Aaru -d [true/false] -v [true/false] formats -h [true/false]``` +```aaru -d [true/false] -v [true/false] formats -h [true/false]``` ```-d, --debug [true/false]``` shows debug output *(default false)* @@ -12,7 +12,7 @@ This operation will list all filters, dump media formats, partitioning schemes a ## Example -```Aaru formats``` +```aaru formats``` ## Operating system support |FreeBSD|macOS|Linux|Windows| diff --git a/5.0/List-supported-namespaces.md b/5.0/List-supported-namespaces.md index 79ff43e..f34d5ed 100644 --- a/5.0/List-supported-namespaces.md +++ b/5.0/List-supported-namespaces.md @@ -2,7 +2,7 @@ This operation will list all the supported namespaces of the [[Filesystems-recognized-by-DiscImageChef|supported filesystems]]. ## Command usage -```Aaru -d [true/false] -v [true/false] list-namespaces -h [true/false]``` +```aaru -d [true/false] -v [true/false] list-namespaces -h [true/false]``` ```-d, --debug [true/false]``` shows debug output *(default false)* @@ -12,7 +12,7 @@ This operation will list all the supported namespaces of the [[Filesystems-recog ## Example -```Aaru list-namespaces``` +```aaru list-namespaces``` ## Operating system support |FreeBSD|macOS|Linux|Windows| diff --git a/5.0/Reporting-physical-device-capabilities.md b/5.0/Reporting-physical-device-capabilities.md index fb437bddd40db7d9983cd75eb0014251a203c1b1..96f60c5fa3ee69c494d8c98f062f83d35d23b795 100644 GIT binary patch delta 41 qcmdlWw?S^hEhfgq&9|ADSr`*1-)9R4llqg>*mb}x)y+HDE7$=$9u9Z_ delta 41 qcmdlWw?S^hEha|C&9|ADSr{EB-)9R4llqg>*mb}x)y+HDE7$=q{tfs5 diff --git a/5.0/Show-statistics.md b/5.0/Show-statistics.md index 03892ca..761f904 100644 --- a/5.0/Show-statistics.md +++ b/5.0/Show-statistics.md @@ -2,7 +2,7 @@ This operation will show the statistics that have been stored locally on your environment. ## Command usage -```Aaru -d [true/false] -v [true/false] database stats -h [true/false]``` +```aaru -d [true/false] -v [true/false] database stats -h [true/false]``` ```-d, --debug [true/false]``` shows debug output *(default false)* @@ -12,7 +12,7 @@ This operation will show the statistics that have been stored locally on your en ## Example -```Aaru database stats``` +```aaru database stats``` ## Operating system support | FreeBSD | macOS | Linux | Windows | diff --git a/5.0/Testing-connection-to-remote-server.md b/5.0/Testing-connection-to-remote-server.md index 952014a..81b116a 100644 --- a/5.0/Testing-connection-to-remote-server.md +++ b/5.0/Testing-connection-to-remote-server.md @@ -2,7 +2,7 @@ This operation tests the connection between Aaru and the specified Aaru Remote Server. ## Command usage -```Aaru -d [true/false] -v [true/false] remote -h [true/false] ``` +```aaru -d [true/false] -v [true/false] remote -h [true/false] ``` ```-d, --debug [true/false]``` shows debug output *(default false)* @@ -14,7 +14,7 @@ This operation tests the connection between Aaru and the specified Aaru Remote S ## Example -```Aaru remote aaru:///``` +```aaru remote aaru:///``` ## Operating system support diff --git a/5.0/Update-database.md b/5.0/Update-database.md index be6428c..e846bd2 100644 --- a/5.0/Update-database.md +++ b/5.0/Update-database.md @@ -2,7 +2,7 @@ This operation will update the master database, and can optionalyl clear the master and local database. ## Command usage -```Aaru -d [true/false] -v [true/false] database update -h [true/false]``` +```aaru -d [true/false] -v [true/false] database update -h [true/false]``` ```-d, --debug [true/false]``` shows debug output *(default false)* @@ -15,7 +15,7 @@ This operation will update the master database, and can optionalyl clear the mas ```--clear-all [true/false]``` clears existing master and local database before updating *(default false)* ## Example -```Aaru database update --clear-all``` +```aaru database update --clear-all``` ## Operating system support diff --git a/5.0/Verifying-media-dump-integrity.md b/5.0/Verifying-media-dump-integrity.md index dcee947..1c1b327 100644 --- a/5.0/Verifying-media-dump-integrity.md +++ b/5.0/Verifying-media-dump-integrity.md @@ -4,7 +4,7 @@ If the media dump format includes a hash or checksum, it will calculate and comp If the media sectors/blocks format include a hash, checksum or error recovery system, it will calculate and compare them. ## Command usage -```Aaru -d [true/false] -v [true/false] image verify -h [true/false] -s [true/false] -w [true/false] ``` +```aaru -d [true/false] -v [true/false] image verify -h [true/false] -s [true/false] -w [true/false] ``` ```-d, --debug [true/false]``` shows debug output *(default false)* @@ -18,7 +18,7 @@ If the media sectors/blocks format include a hash, checksum or error recovery sy ## Example -```Aaru image verify mydisc.cue``` +```aaru image verify mydisc.cue``` ## Operating system support