forked from intel/bmap-tools
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor punctuation fixes.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -251,7 +251,7 @@ the image file. | |
|
||
The second usage scenario is reconstructing sparse files Generally speaking, if | ||
you had a sparse file but then expanded it, there is no way to reconstruct it. | ||
In some cases, something like | ||
In some cases, something like: | ||
|
||
```bash | ||
$ cp --sparse=always expanded.file reconstructed.file | ||
|
@@ -335,7 +335,7 @@ python3 -m unittest -bv | |
## Project and maintainer | ||
|
||
The bmaptool project implements bmap-related tools and API modules. The entire | ||
project is written in python | ||
project is written in python. | ||
|
||
The project author is Artem Bityutskiy ([email protected]). The project | ||
is currently maintained by: | ||
|