Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

abrute man page #14

Merged
merged 4 commits into from
Oct 13, 2017
Merged

abrute man page #14

merged 4 commits into from
Oct 13, 2017

Conversation

Alcamech
Copy link
Contributor

Please provide feedback

Copy link
Owner

@danielpclark danielpclark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. After addressing these changes please rename the file from abrute to abrute.1 👍

abrute Outdated
@@ -0,0 +1,74 @@
.\" Manpage for abrute
.\" Contact [email protected] to correct errors or typos.
.TH man 1 "12 October 2017" "1.0" "abrute man page"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change man to abrute, drop the "1.0", and change the last quoted part to just "Abrute"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

abrute Outdated
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
.SH REPORTING BUGS
Report bugs to <https://github.com/danielpclark/abrute/issues>
.SH BUGS
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At this time we don't need a BUGS section.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

abrute Outdated
Decrypts a file with a range of 4, characters of 1234, and a target path to the
example.file.aes

abrute 4 1234 -- test/data/example.file.aes 1>/dev/null
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove 1>/dev/null off of each example

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also you can remove test/data/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

abrute Outdated
Decrypts a file with a range of 4, characters of 1234, an option of beginning
with a character sequence of 2222, and a target path to the example.file.aes

abrute 4 1234 -s 2222 -- test/data/example.file.aes 1>/dev/null
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove 1>/dev/null off of each example

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also you can remove test/data/

abrute Outdated
Decrypts a file with a range of 4, characters of 1234, an option of setting the
allowed adjacent characters to be 0, and a target path ot the example.file.aes

abrute 4 1234 -a 0 -- test/data/example.file.aes 1>/dev/null
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove 1>/dev/null off of each example

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also you can remove test/data/

@danielpclark danielpclark merged commit 95c3ce0 into danielpclark:master Oct 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants