Skip to content

Commit

Permalink
Embedded Linux: "-p" means "prune"
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker authored and tpetazzoni committed Oct 29, 2021
1 parent 39c27d5 commit d9da3cb
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -118,7 +118,8 @@
\item \code{zcat diff_file.gz | patch -p<n>}
\item Notes:
\begin{itemize}
\item \code{n}: number of directory levels to skip in the file paths
\item \code{n}: number of directory levels to skip (\code{-p}: {\em
prune}) in the file paths
\item You can reverse apply a patch with the \code{-R} option
\item You can test a patch with \code{--dry-run} option
\end{itemize}
Expand Down

0 comments on commit d9da3cb

Please sign in to comment.