Fix issues in documentation

This commit is contained in:
SilasLaspada
2020-03-03 14:14:00 -07:00
parent 591b891845
commit 0f23650038
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
==Command description==
This command will ask you which statistics to gather and if you want to share them anonymously. When sharing, no information about you or your computer will be sent or stored, only the number of times a command have been used and the operating system where Aaru is run. This information is not, and will never be, sold to any third party, and is publicly available at www.aaru.app
This command will ask you which statistics to gather and if you want to share them anonymously. When sharing, no information about you or your computer will be sent or stored, only the number of times a command have been used and the operating system where Aaru is run. This information is not, and will never be, sold to any third party, and is publicly available at https://www.aaru.app
==Command usage==
<code>Aaru -d [true/false] -v [true/false] configure -h [true/false]</code>

View File

@@ -2,7 +2,7 @@
Aaru is the Ancient Egyptian concept of paradise where your soul would be rebirthed after the preservation of your physical body. That's why we chose this name, because of the paradise where data will reside after it's has been preserved from its original physical media.
# Which operating systems does Aaru work under?
Any operating system with a .NET core runtime should work. Has been tested under Windows, Linux, Mac OS X and FreeBSD.
Any operating system with a .NET core 2.0 runtime should work. Has been tested under Windows, Linux, Mac OS X and FreeBSD.
# Will you support media dump image format XXXX?
If you can send me documentation, test images and/or the application that creates them, I will do my best to.

View File

@@ -38,7 +38,7 @@
* CisCopy Disk Image (DC-File)
* CloneCD
* Digital Research DiskCopy
* Aaru/DiscImageChef format
* Aaru format
* IBM SaveDskF
* MAXI Disk image
* Parallels disk image

View File

@@ -1,5 +1,5 @@
==Command description==
This operation will test a physical device for its read capabilities. If the media is removable, it will ask you to insert different media on it, as read capabilities vary with different media. The report will be saved in the executing directory, and sent to us. Shared reports can be seen in www.aaru.app.
This operation will test a physical device for its read capabilities. If the media is removable, it will ask you to insert different media on it, as read capabilities vary with different media. The report will be saved in the executing directory, and sent to us. Shared reports can be seen in https://www.aaru.app.
==Command usage==
<code>Aaru -d [true/false] -v [true/false] device-report -h [true/false] <device-path/aaru-remote-host></code>

View File

@@ -8,7 +8,7 @@ This operation will update the master database, and can optionalyl clear the mas
<code>-v, --verbose [true/false]</code> shows verbose output ''(default false)''<br />
<code>-h, --help [true/false]</code> shows help screen for the command instead of running it, ignores all other switches ''(default false)''<br />
<code>--clear [true/false]</code> clears existing master database before updating ''(default false)''<br />
<code>-clear-all [true/false]</code> clears existing master and local database before updating ''(default false)''<br />
<code>--clear-all [true/false]</code> clears existing master and local database before updating ''(default false)''<br />
==Example==
<code>Aaru database update --clear-all</code>