diff options
author | Mcgrof <anonymous.contributor@example.org> | 2013-07-16 09:48:38 +0000 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2024-10-04 15:47:32 -0400 |
commit | 2d1fcef778fcdf504a98bfbcc6a324b29774d013 (patch) | |
tree | 2a5fb590bd4bbff65a23826865cbd93765d3e956 | |
parent | ad1da0d2bd35878a7823bab50a8752da8d96f77d (diff) | |
download | backports-2d1fcef778fcdf504a98bfbcc6a324b29774d013.tar.gz |
Update Documentation/backports/hacking
-rw-r--r-- | wiki/Documentation_backports_hacking.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/Documentation_backports_hacking.mediawiki b/wiki/Documentation_backports_hacking.mediawiki index 21da118..e0e37ea 100644 --- a/wiki/Documentation_backports_hacking.mediawiki +++ b/wiki/Documentation_backports_hacking.mediawiki @@ -33,7 +33,7 @@ This will take the path to the already checked out linux-next kernel as the seco <code> <pre> -./gentree.py /path/to/your/liunx-next /path/to/your/newly/created/release +./gentree.py --clean --git-revision v3.x /path/to/your/linux-next /path/to/your/newly/created/release </pre> </code> |